home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Plate Tectonics / card_3735.txt < prev    next >
Text File  |  1990-04-02  |  8KB  |  399 lines

  1. -- card: 3735 from stack: in
  2. -- bmap block id: 5258
  3. -- flags: 0000
  4. -- background id: 2769
  5. -- name: Plate Tectonic Settings
  6. ----- HyperTalk script -----
  7. On mouseup
  8.   lock screen
  9.   hide cd field "plate Interactions"
  10.   hide cd btn "plate Interactions"
  11.   unlock screen with visual iris close slowly
  12. end mouseup
  13.  
  14. On openCard
  15.   lock screen
  16.   show cd field "plate Interactions"
  17.   show cd btn "plate Interactions"
  18.   unlock screen with visual iris open slowly
  19. end OpenCard
  20.  
  21.  
  22.  
  23.  
  24. -- part 5 (button)
  25. -- low flags: 00
  26. -- high flags: 8004
  27. -- rect: left=15 top=99 right=151 bottom=175
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 0
  31. -- font id: 2
  32. -- text size: 14
  33. -- style flags: 0
  34. -- line height: 18
  35. -- part name: Collision Boundaries
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   global cardname
  39.   get the short name of me
  40.   put it into cardname
  41.   visual iris open
  42.   go to card cardname
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 6 (button)
  48. -- low flags: 00
  49. -- high flags: 8004
  50. -- rect: left=263 top=99 right=149 bottom=426
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 2
  55. -- text size: 14
  56. -- style flags: 0
  57. -- line height: 18
  58. -- part name: Rift Boundaries
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   global cardname
  62.   get the short name of me
  63.   put it into cardname
  64.   visual iris open
  65.   go to card cardname
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 7 (button)
  71. -- low flags: 00
  72. -- high flags: 8004
  73. -- rect: left=0 top=193 right=246 bottom=183
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 2
  78. -- text size: 14
  79. -- style flags: 0
  80. -- line height: 18
  81. -- part name: Subduction Boundaries
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   global cardname
  85.   get the short name of me
  86.   put it into cardname
  87.   visual iris open
  88.   go to card cardname
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 8 (button)
  94. -- low flags: 00
  95. -- high flags: 8004
  96. -- rect: left=260 top=193 right=244 bottom=436
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 0
  100. -- font id: 2
  101. -- text size: 14
  102. -- style flags: 0
  103. -- line height: 18
  104. -- part name: Sliding Boundaries
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   global cardname
  108.   get the short name of me
  109.   put it into cardname
  110.   visual iris open
  111.   go to card cardname
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 10 (button)
  117. -- low flags: 00
  118. -- high flags: 8004
  119. -- rect: left=0 top=293 right=341 bottom=106
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 11052 / 11052
  122. -- text alignment: 0
  123. -- font id: 2
  124. -- text size: 14
  125. -- style flags: 0
  126. -- line height: 18
  127. -- part name: Collision Boundaries
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   global cardname
  131.   get the short name of me
  132.   put it into cardname
  133.   visual iris open
  134.   go to card cardname
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 11 (button)
  140. -- low flags: 00
  141. -- high flags: 8004
  142. -- rect: left=108 top=293 right=342 bottom=220
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 24066 / 24066
  145. -- text alignment: 0
  146. -- font id: 2
  147. -- text size: 14
  148. -- style flags: 0
  149. -- line height: 18
  150. -- part name: Subduction Boundaries
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   global cardname
  154.   get the short name of me
  155.   put it into cardname
  156.   visual iris open
  157.   go to card cardname
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 12 (button)
  163. -- low flags: 00
  164. -- high flags: 2000
  165. -- rect: left=181 top=99 right=148 bottom=237
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 0 / 0
  168. -- text alignment: 0
  169. -- font id: 2
  170. -- text size: 14
  171. -- style flags: 0
  172. -- line height: 18
  173. -- part name: Collision Boundaries
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   global cardname
  177.   get the short name of me
  178.   put it into cardname
  179.   visual iris open
  180.   go to card cardname
  181. end mouseUp
  182.  
  183.  
  184.  
  185. -- part 13 (button)
  186. -- low flags: 00
  187. -- high flags: 2000
  188. -- rect: left=185 top=193 right=245 bottom=240
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 0
  192. -- font id: 2
  193. -- text size: 14
  194. -- style flags: 0
  195. -- line height: 18
  196. -- part name: Subduction Boundaries
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   global cardname
  200.   get the short name of me
  201.   put it into cardname
  202.   visual iris open
  203.   go to card cardname
  204. end mouseUp
  205.  
  206.  
  207.  
  208. -- part 14 (button)
  209. -- low flags: 00
  210. -- high flags: 2000
  211. -- rect: left=447 top=100 right=151 bottom=499
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 0
  215. -- font id: 2
  216. -- text size: 14
  217. -- style flags: 0
  218. -- line height: 18
  219. -- part name: Rift Boundaries
  220. ----- HyperTalk script -----
  221. on mouseUp
  222.   global cardname
  223.   get the short name of me
  224.   put it into cardname
  225.   visual iris open
  226.   go to card cardname
  227. end mouseUp
  228.  
  229.  
  230.  
  231. -- part 15 (button)
  232. -- low flags: 00
  233. -- high flags: 2000
  234. -- rect: left=447 top=192 right=245 bottom=508
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 0
  238. -- font id: 2
  239. -- text size: 14
  240. -- style flags: 0
  241. -- line height: 18
  242. -- part name: Sliding Boundaries
  243. ----- HyperTalk script -----
  244. on mouseUp
  245.   global cardname
  246.   get the short name of me
  247.   put it into cardname
  248.   visual iris open
  249.   go to card cardname
  250. end mouseUp
  251.  
  252.  
  253.  
  254. -- part 16 (button)
  255. -- low flags: 00
  256. -- high flags: 8004
  257. -- rect: left=223 top=293 right=342 bottom=307
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 11052 / 11052
  260. -- text alignment: 0
  261. -- font id: 2
  262. -- text size: 14
  263. -- style flags: 0
  264. -- line height: 18
  265. -- part name: Rift Boundaries
  266. ----- HyperTalk script -----
  267. on mouseUp
  268.   global cardname
  269.   get the short name of me
  270.   put it into cardname
  271.   visual iris open
  272.   go to card cardname
  273. end mouseUp
  274.  
  275.  
  276.  
  277. -- part 17 (button)
  278. -- low flags: 00
  279. -- high flags: 8004
  280. -- rect: left=309 top=293 right=342 bottom=403
  281. -- title width / last selected line: 0
  282. -- icon id / first selected line: 22923 / 22923
  283. -- text alignment: 0
  284. -- font id: 2
  285. -- text size: 14
  286. -- style flags: 0
  287. -- line height: 18
  288. -- part name: Sliding Boundaries
  289. ----- HyperTalk script -----
  290. on mouseUp
  291.   global cardname
  292.   get the short name of me
  293.   put it into cardname
  294.   visual iris open
  295.   go to card cardname
  296. end mouseUp
  297.  
  298.  
  299.  
  300. -- part 18 (button)
  301. -- low flags: 00
  302. -- high flags: 0001
  303. -- rect: left=0 top=292 right=342 bottom=513
  304. -- title width / last selected line: 0
  305. -- icon id / first selected line: 0 / 0
  306. -- text alignment: 1
  307. -- font id: 0
  308. -- text size: 12
  309. -- style flags: 0
  310. -- line height: 16
  311. -- part name: 
  312.  
  313.  
  314. -- part 19 (field)
  315. -- low flags: 01
  316. -- high flags: 2004
  317. -- rect: left=117 top=65 right=332 bottom=413
  318. -- title width / last selected line: 0
  319. -- icon id / first selected line: 0 / 0
  320. -- text alignment: 0
  321. -- font id: 3
  322. -- text size: 12
  323. -- style flags: 256
  324. -- line height: 16
  325. -- part name: Plate Interactions
  326. ----- HyperTalk script -----
  327. on mouseUp
  328.   set locktext of me to true
  329.   lock screen
  330.   hide me
  331.   hide cd button "plate Interactions"
  332.   unlock screen with iris close
  333. end mouseUp
  334.  
  335.  
  336.  
  337. -- part 20 (button)
  338. -- low flags: 00
  339. -- high flags: C000
  340. -- rect: left=117 top=65 right=96 bottom=410
  341. -- title width / last selected line: 0
  342. -- icon id / first selected line: 0 / 0
  343. -- text alignment: 1
  344. -- font id: 2
  345. -- text size: 18
  346. -- style flags: 256
  347. -- line height: 24
  348. -- part name: Plate Interactions
  349. ----- HyperTalk script -----
  350. on mouseUp
  351.   set the hilite of me to true
  352.   lock screen
  353.   hide me
  354.   hide cd field "plate Interactions"
  355.   unlock screen with iris close
  356. end mouseUp
  357.  
  358.  
  359.  
  360. -- part 21 (button)
  361. -- low flags: 00
  362. -- high flags: A002
  363. -- rect: left=16 top=319 right=340 bottom=76
  364. -- title width / last selected line: 0
  365. -- icon id / first selected line: 0 / 0
  366. -- text alignment: 1
  367. -- font id: 0
  368. -- text size: 12
  369. -- style flags: 0
  370. -- line height: 16
  371. -- part name: Return
  372. ----- HyperTalk script -----
  373. on mouseUp
  374.   global ReturnCard
  375.   go ReturnCard
  376. end mouseUp
  377.  
  378.  
  379.  
  380. -- part contents for background part 1
  381. ----- text -----
  382. Plate Tectonic Settings
  383.  
  384. -- part contents for card part 19
  385. ----- text -----
  386.  
  387.  
  388. The moving, lithospheric plates of the earth may interact in four ways. They may:
  389.       1) Diverge: move apart or "rift"
  390.  
  391.       2) Collide: if carrying continents
  392.  
  393.       3) Subduct: 1 plate plunges below            
  394.           another
  395.  
  396.       4) Slide: the plates slide past                                  
  397.            each other.
  398.  
  399. CLICK THE MOUSE TO CONTINUE